home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / pure_adr.swf / scripts / DefineButton2_257 / BUTTONCONDACTION on(press).as
Text File  |  2008-11-12  |  76b  |  7 lines

  1. on(press){
  2.    tellTarget("/")
  3.    {
  4.       gotoAndStop("jogar");
  5.    }
  6. }
  7.